PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class
Members
In This Topic
    PDFContentStream Class
    In This Topic
    Defines a low level graphics interface for drawing content on PDF pages.
    The methods in this class match the PDF operators defined in the PDF specification.
    A PDFContentStream object is created from a object and lets you inject specific PDF operators in the object, operators that are not available through the public API.
    This class gives you full control over the generated page content but it requires good knowledge of PDF specification.
    Object Model
    PDFContentStream Class
    Syntax
    public class PDFContentStream 
        extends Object 
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.graphics.PDFContentStream

    See Also